
        .card   {
                display: flex;
                flex-direction: column;
                }
    
        card-img-overlay {
                         margin-bottom: auto;
                         }
    
            .column-box {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 200px;
                border: 1px solid #ddd;
                margin: 15px 0;
                background-color: #DAF7A6;
                        }
            
            .fixed-header   {
                width: 100%;
                position: fixed;
                top: 0;
                z-index: 2000;
                            }
            
            .row    {
                    margin: 0;
                    }
            
            .column-text    {
                            text-align: center;
                            /* Change this font-size to adjust the text size */
                            font-size: 28px;
                            }
            
            
            .column-image   {
                            max-width: 100%;
                            height: auto;
                            margin-bottom: 10px;
                            }
            
            p   {
                margin: 0;
                padding: 0;
                }

